home *** CD-ROM | disk | FTP | other *** search
/ Gamers Delight 2 / Gamers Delight 2.iso / Aminet / game / misc / esnake.lha / ESnake / snake.doc < prev    next >
Text File  |  1994-09-27  |  4KB  |  123 lines

  1. Introduction to ESnake
  2.  
  3. What?Why?Who?How?
  4.  
  5. What?
  6.     ESnake is an implementation of the classical snake game.
  7.     It will run on the Workbench or the default public screen,
  8.     however this screen should have square pixels or the game
  9.     will look totally stupid. I don't think I will make it aware
  10.     of the aspect ratio. Yes, you guys without mulitsyncs or VGA
  11.     monitiors will just have to run this game in interlace.
  12.  
  13. Why?
  14.     1. Well, I just wanted to write a snake game.
  15.     2. I didn't have a snake game with a highscore list.
  16.     3. It's fun to play games you made yourself.
  17.  
  18. Who?
  19.     This game was written by me, Erik Johannessen.
  20.  
  21. How?
  22.     This game is really easy to play. All you have to do
  23.     is learn the magic keys.
  24.  
  25.  
  26. How to install ESnake
  27.  
  28.     ESnake is very easy to install. Just drag the ESnake drawer to
  29.     wherever you want it, and copy/move the contents of the ESnake/libs
  30.     directory to your libs: directory.
  31.  
  32.     If you want to start with a blank highscore file just delete the
  33.     existing one an ESnake will create a new one.
  34.  
  35.     You don't need the amigaguide.library to run ESnake, but if
  36.     you have it installed you'll be able to read this documentation
  37.     from within ESnake with the press of a button.
  38.  
  39.  
  40.  
  41. Usage
  42.  
  43. 1. Staring a new game
  44.     The <return>, <n> or <N> keys or the "New" Button will
  45.     all start a new game. A new game will be started even
  46.     if you are playing.
  47.  
  48. 2. Controlling the snake
  49.     Use the cursor keys or use the following keys:
  50.         i UP
  51.         j LEFT
  52.         l RIGHT
  53.         k DOWN
  54.  
  55. 3. The gadgets
  56.     "About"            - Display some basic info about the game
  57.     "Snakescores"     - Display the highscore list
  58.     "New"             - Will start a new game
  59.     "Help"            - This button will only show up if you
  60.                       have amigaguide.library version 37 or
  61.                       greater. It will the bring up this help file
  62.     "Iconify"        - Closes the snake window, and puts an icon on
  63.                       the workbench.
  64.     "Quit"            - Exits ESnake
  65.  
  66.     You can even use keys to perform all the actions of
  67.     the gadgets. Just press the key indicated with an underscore.
  68.     Also you can use the <help> key to instead of the "Help" gadget.
  69.  
  70. 4. How to score points
  71.     Food will pop up in the playing area. Eating this food
  72.     will score points and make your snake grow longer. If you
  73.     don't eat the food fast enough it will disapear and you
  74.     will have to wait for another food to pop up somewhere.
  75.     One unit of food will make your length(and score) increase
  76.     by ten units.
  77.  
  78.  
  79. Who is this Erik guy? Never heard of him before.
  80.  
  81.     If you have any questions (about Life,The Universe and Everything)
  82.     or would like to see some more features added to ESnake please
  83.     drop me a note. E-mail is preferred and will probably be read
  84.     within a couple of hours at most(probably within a few minutes
  85.     of its arrival).
  86.  
  87.     Erik Johannessen
  88.     Seljevn. 18
  89.     3940 Heistad
  90.     Norway
  91.  
  92.     e-mail: erik2@afrodite.kih.no (valid until May 1995)
  93.     URL:    http://afrodite.kih.no:8001/~erik2
  94.  
  95.  
  96. System requirements
  97.  
  98.     Kickstart/Workbench version 37 or higher.
  99.  
  100.     Reqtools.library version 38 or higher.
  101.     Reqtools is Copyright (c) Nico François.
  102.  
  103.     amigaguide.library version 34 or higher if you want online help.
  104.  
  105.     You'll also need about 250KB of free memory to run the game.
  106.     I guess gcc wasn't designed to make memory efficient programmes :-).
  107.  
  108.     The game was also designed to run on a screen with square pixels,
  109.     thus it will look ugly in Hires(640x256). However it is still
  110.     possible to play the game.
  111.  
  112.  
  113.     Because this game is 100% system friendly I use WritePixel to draw
  114.     the snake. Thus it will run very slow on a 68000 based Amiga. In fact
  115.     it will be like cheating.
  116.  
  117. Release history
  118.  
  119.     ESnake 1.0: First public release.
  120.     ESnake 1.1: Second public release. Several minor bugfixes.
  121.                 Also added iconify button after suggestion from
  122.                 Rick Hughes.
  123.